Don't mention papi in options docs
authorMatthias Clasen <mclasen@redhat.com>
Sat, 24 Feb 2018 06:02:17 +0000 (01:02 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 25 Feb 2018 02:31:52 +0000 (21:31 -0500)
The papi print backend has been removed.

meson_options.txt

index 896347e10bf9ae68a37c6e355603922e16a5575a..0c34a1fdbb642e7db6bfc99f5225f8a615917755 100644 (file)
@@ -19,7 +19,7 @@ option('cloudproviders', type: 'boolean', value: false,
   description : 'Enable the cloudproviders support')
 
 # Print backends
-option('print-backends', type : 'string', value : 'cups,papi',
+option('print-backends', type : 'string', value : 'cups,file',
   description : 'Build the specified print backends (comma-separated list, "all", or "none")')
 option('colord', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
   description : 'Build colord support for the CUPS printing backend')